Welcome![Sign In][Sign Up]
Location:
Search - matlab F

Search list

[AI-NN-PRklh

Description: 阐述了人工免疫系统的基本概念"讨论了几种典型的算法"包括基于免疫系统基本机制的免疫算法$基于免疫 特异性的否定选择算法-&--F)@+2G*F*E3 J)F*F*4J3 F,/+I+2G KF@4/5+00123 545*30!&’(.&)*+,+-+./’00123(45*30$+5 J)FJF53@$L.53@ F2*E3 0.+2,12-*+F2 F,+00123 545*30!*E3*4J+-././GF)+*E05.)3@35-)+K3@!51-E.5+00123./GF)+*E0!23G.*+I3.2@ -/F2./53/3-*+F2./GF)+*E05!+00123 3IF/1*+F2.)4./GF)+*E0!&’(<231)./23*MF)=0+>+2*3//+G32*545*30!,1NN4+00123 545O *30.2@5F F2$
Platform: | Size: 2048 | Author: 小蓝 | Hits:

[AI-NN-PRedrk

Description: 主要包括免疫识别、免疫学习、免疫 记忆、克隆选择、个体多样性、分布式和自适应等,-It is the real engineering app licat ion s that draw the b road at ten2 t ion of compu ter scien t ist s to recogn ize the great po ten t ial of A IS, hereby som e impo rtan t app li2 cat ion f ields as info rm at ion secu rity, pat tern recogn it ion, op t im izat ion, m ach ine learn ing, data m in ing, robo t ics, diagno st ics and cybernet ics etc. are review ed
Platform: | Size: 1024 | Author: 小蓝 | Hits:

[Speech/Voice recognition/combinecmu_read

Description: 把一个语音库读入成矩镇的形式,在语音增强中应用-KKSLALS AJA AJ A KLKAK A F FDFDFF
Platform: | Size: 1024 | Author: song ruan ting | Hits:

[Special EffectsExtending_Anisotropic_Operators_to_Recover_Smooth_

Description: 采用各向异性方法 填补一个缺损的轮廓,从而可以得到一个光滑完整的轮廓。- Completed contours correspond to ridges of an extension (ext) of the characteristic function of the uncompleted curve. Anisotropic extension is performed on the characteristic function fbound of an image set given by the binary map boundary to the whole image domain. Extension is initially driven by \xi=(EigVect{1}, EigVect{2}) (which should match with the contour tangent direction) computed as the direction of maximum coherence of the distance map to the contour to close. It is updated every N iterations with DCV over the distance map to the ridges/thinning of the evolved image. Two different stop criteria are supported: Number of Connected Components ( numcomp ). Contour Completion. Stop when the extended contour (curve of level 1) has exactly Ncomp connected components. Difference between two consecutive iterations ( tol ) Speed Stabilizes ( speed_stab ). [extended]=ContourCompletion(BoundCond,f,DCVParam,StopParam,SaveParam)
Platform: | Size: 8192 | Author: yishui pan | Hits:

[matlabIM_perunit_model_closeloop_rotorflux_estimator.ra

Description: induction machine closed loor v/f control simulink model
Platform: | Size: 13312 | Author: puppy | Hits:

[matlabIM_perunit_model_v_over_f_mod

Description: closed loop rotor v/f control of induction machine - simulink model-closed loop rotor v/f control of induction machine- simulink model
Platform: | Size: 10240 | Author: puppy | Hits:

[Com Port113172232migration

Description: 偏移程序小集成,里面包括F-K偏移,深度偏移等很多有用的源程序。-Small offset integration process, which includes FK migration, depth migration, and many other useful source.
Platform: | Size: 51200 | Author: e_coolgg | Hits:

[Special EffectsBasedonprincipalcomponentanalysisoftheFaceRecognit

Description: 在特征提取阶段,研究了PCA, 2DPCA, (2D) 2PCA, DiagPCA, DiagPCA-F-2DPCA等多 种方法。不同于基于图象向量的PCA特征提取,由于2DPCA, (2D) ZPCA, DiagPCA和 DiagPCA-I-2DPCA的特征提取都直接基于图象矩阵,计算量小,所以特征的提取速度明 显高于PCA方法。-In the feature extraction stage, the study of the PCA, 2DPCA, (2D) 2PCA, DiagPCA, DiagPCA-F-2DPCA and other methods. Vector is different from the PCA-based image feature extraction, as 2DPCA, (2D) ZPCA, DiagPCA and DiagPCA-I-2DPCA the feature extraction are directly based on image matrix, a small amount of calculation, so the speed of feature extraction method was significantly higher than PCA .
Platform: | Size: 45056 | Author: 付采 | Hits:

[Mathimatics-Numerical algorithmsALG023

Description: NEWTON-RAPHSON求解一个连续方程,f(X)=0,前提给一个初始值- NEWTON-RAPHSON ALGORITHM 2.3 To find a solution to f(x) = 0 given an initial approximation p0: INPUT: initial approximation p0 tolerance TOL maximum number of iterations NO. OUTPUT: approximate solution p or a message of failure
Platform: | Size: 1024 | Author: rdchkww | Hits:

[matlabfisher_classify

Description: function [clusters,c,F]=fisher_classify(A,B,data) fisher判别法程序 输入A、B为已知类别样本的样本-变量矩阵,data为待分类样本 输出C为判别系数向量 -function [clusters, c, F] = fisher_classify (A, B, data) fisher discriminant method procedures input A, B for a sample of known types of samples- variable matrix, data to be classified as output samples for discriminant coefficient vector C
Platform: | Size: 1024 | Author: 王晶 | Hits:

[matlabfixed_point

Description: Fixed-Point iteration-Function fixed_point(p0, N) approximates the solution of an equation f(x) = 0, rewritten in the form x = g(x), which is a sub-function the user has to enter. the call to the function fixed_point(p0, N) returns the root of the equation f(x),i.e. the fixed-point of g(x), if the procedure is successful or a sequence of iterates in case something goes wrong. p0 is the initial approximation and N the maximum number of iterations. If, after N iterations, condition |x(k)- x(k-1)| < tol is not satisfied, all iterated values will be displayed, accompanied by a message asking the user to either change p0 in case of divergence or enter another g(x) that does not lead to complex numbers arithmetics. Reasons for the program to go wrong are the divergence of iterates and/or appearance of complex numbers for example with functions involving sqrt(x) when one of the iterates is negative.
Platform: | Size: 1024 | Author: 王怀东 | Hits:

[matlabsecant

Description: In numerical analysis, the secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.-The secant iteration to find the zero of some non-linear function converges to zero if appropriate starting values are chosen. Although the convergence rate is not as good as the one of the Newton method, it may sometimes converge when Newton fails. The funtion should be defined as an inline function and two starting values are required to start the iteration. Please enter help secant from the Matlab prompt for usage information and examples.
Platform: | Size: 1024 | Author: 王怀东 | Hits:

[Windows Developfk

Description: 计算一个地震序列的F-K谱。也可以直接用了。比较有条理。-compute FK spectrum of a seismic gather
Platform: | Size: 1024 | Author: 马龙 | Hits:

[matlabfir

Description: Matlab code for FIR filters
Platform: | Size: 1024 | Author: Ray | Hits:

[matlabmatlab

Description: matlab标准遗传算法 优化函数为f=-(x-1)^2+4,其中,0<=x<=3-matlab
Platform: | Size: 10240 | Author: 杨光亮 | Hits:

[Special Effectsimnoise

Description: MATLAB中imnoise.m此函数将在图像f中添加噪声。-imnoise
Platform: | Size: 2048 | Author: anran | Hits:

[matlabstft

Description: 短时能量,端点检测,功率谱图与短时f变换,时域与f变换的matlab实现-Short-term energy, endpoint detection, and short-term power spectra of f transform, time-domain transform matlab with the realization of f
Platform: | Size: 2048 | Author: 魏欢庆 | Hits:

[Otheresprit

Description: 用esprit算法估计复正弦加白噪声的信号频率,f给出正弦信号的频率估计值-Esprit algorithm with an estimated increase in complex white noise sinusoidal signal frequency, f the frequency of sinusoidal signal given the estimated value of
Platform: | Size: 1024 | Author: 袁泉 | Hits:

[matlabCassioli_channel

Description: This matlab code generates UWB indoor channel impulse response described in : Cassioli, D. Win, M.Z. Molisch, A.F., "The ultra-wide bandwidth indoor channel: from statistical model to simulations," Selected Areas in Communications, IEEE Journal on , vol.20, no.6, pp. 1247-1257, Aug 2002 URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1021916&isnumber=21989 All parameters of the channel were taken from the reference paper -This matlab code generates UWB indoor channel impulse response described in : Cassioli, D. Win, M.Z. Molisch, A.F., "The ultra-wide bandwidth indoor channel: from statistical model to simulations," Selected Areas in Communications, IEEE Journal on , vol.20, no.6, pp. 1247-1257, Aug 2002 URL: http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=1021916&isnumber=21989 All parameters of the channel were taken from the reference paper
Platform: | Size: 38912 | Author: | Hits:

[Other1

Description: 产生高斯白噪声,标准差和期望都固定,如N=f(0.1,2),这种形式的,随机产生40个-Generated white Gaussian noise, standard deviation and expectations are fixed, such as N = f (0.1,2), this form of randomly generated 40
Platform: | Size: 2048 | Author: 任鹏 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 30 »

CodeBus www.codebus.net